home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / menu0891.zip / MENU0891.DOC < prev    next >
Text File  |  1991-08-06  |  3KB  |  93 lines

  1.  
  2. MENU Installation
  3. -----------------
  4.  
  5. The MENUX.COM program itself is all you need to setup a menu
  6. system.  Simply copy the MENUX.COM program to your DOS search path,
  7. usually your utility directory.
  8.  
  9. The first time, you type "menux" to create a batch file MENU.BAT,
  10. which will resides in the same directory as MENUX.COM.  And from
  11. now on, you can use or update your menu system by typing "menu".
  12.  
  13. For EGA/VGA graphics card, you may also want to use the built in
  14. screen saver feature.  Type "menux 3" to setup to blank the screen
  15. after 3 minutes of inactivity of keyboard.  This is usually done
  16. when you first run "menux".  You should use "^X" or change some
  17. menu items to force a batch file update.
  18.  
  19. You can also choose to use a different menu name like DON, ROY etc.
  20. For example, you would like the menu system to be activated by the
  21. command "don" (batch file name DON.BAT), just rename MENUX.COM to
  22. DONX.COM and following the above.
  23.  
  24.  
  25. Using The MENU Program
  26. ----------------------
  27.  
  28. Each menu item is consisted a menu text and menu commands. Menu
  29. text is the menu description you see on the screen.  Menu commands
  30. are one or more batch commands accepted by DOS.
  31.  
  32. Type "^A" (control A) to add menu items.  Program will go to this
  33. mode automatically when no items are in the system, like the first
  34. time you run MENUX.
  35.  
  36. Type "^D" to delete a menu item.  You will be confirmed.
  37.  
  38. Type "^U" to update the menu commands when menu text is not to be
  39. changed.  This happen, for example, application is moved to a
  40. different directory.
  41.  
  42. Type "^R" to reveal the batch commands under the menu items. What
  43. could be better help than to see the batch commands?
  44.  
  45. Type ESC key to quit to DOS command prompt.  Batch file will be
  46. updated whenever the menu system is changed.
  47.  
  48.  
  49. Brief Listing Of What MENU Can Do
  50. ---------------------------------
  51.  
  52. * creates and update the batch file automatically.
  53. * supports mouse operation.
  54. * supports screen saver for VGA/EGA screen.
  55. * reveals batch command.
  56. * will not change screen color.
  57. * automatically sort menu items.
  58. * search by first character.
  59. * automatically use multi-columns when number of items are large.
  60. * multi-level menus can be used.
  61. * does not use temporary files.
  62. * does not stay in memory.
  63. * automatically choose batch file name.
  64. * displays current time on screen.
  65. * works both on color or mono monitor.
  66.  
  67.  
  68. Useful Extensions Of MENU
  69. -------------------------
  70.  
  71. * Passing parameters to batch commands.  Since MENU program does
  72. not stay memory and does not use temporary disk file, it can not
  73. store and pass parameters to batch file.  A work around is to use
  74. keyboard stacker like STACKEY.COM.
  75.  
  76. * Password protection.  This would be very useful if the menu
  77. system is used in a public site.  This can be done easily by
  78. changing source file allowing ESC and menu updating functions only
  79. when correct password are typed.
  80.  
  81.  
  82. About The Program
  83. -----------------
  84.  
  85. Please upload this program to any BBS in the original form. The
  86. *.COM programs are free.  If you can contribute with $10, I will
  87. send you program source code listings and compiler instructions
  88. (Turbo C).  I can also send it through internet e-mail address if
  89. you want. With $12, I will send the code on disk (5-1/4 or 3-1/2).
  90.  
  91. Yijun Ding, 348 S. Pacific Ave, Pittsburgh PA 15224
  92. (412)361-0858
  93.